|
|
|
|
InitialTab Property, SftTabs Class |
Defines the active tab when the tab control is initially shown.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property InitialTab As Integer |
C# |
public int InitialTab { get; set; } |
C++ |
public: property int InitialTab { |
Property Value
The zero-based index of the initially active tab, or -1 if no tab becomes active when the control is initially shown.
The default value is -1.
Comments
The InitialTab property defines the active tab when the tab control is initially shown.
The active tab (or current tab) is the tab that is currently the selected tab, usually in the front row.
An application uses the Current property to change the currently active tab once the tab control is displayed.